SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 46563: WARNING: SQL generation was not performed because the RENAME statement, data set option, or LIBNAME option is not supported

DetailsAboutRate It

The following message might appear in the SAS log file when you sort a DBMS table using the SORT procedure in SAS® 9.3:

   WARNING: SQL generation was not performed because the RENAME statement, 
            data set option, or LIBNAME option is not supported.

In SAS 9.3, the default behavior of SAS has been changed to take advantage of in-database processing. The default value for the SQLGENERATION option is DBMS. The warning message occurs when SQL generation is not available. However, the SORT procedure sorts the table successfully.

To prevent the warning message from appearing in the SAS log, disable in-database processing by setting the value of the SQLGENERATION option to NONE. Alternatively, disable in-database processing for a particular engine and/or procedure by setting the SQLGENERATION system option appropriately.
The SQLGENERATION option can be set as a LIBNAME option or as a SAS system option.

In a future release, the message will be printed as a NOTE.
An additional message will clarify that PROC SORT has sorted the table successfully.



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SAS64-bit Enabled AIX9.3 TS1M09.3 TS1M2
64-bit Enabled HP-UX9.3 TS1M09.3 TS1M2
64-bit Enabled Solaris9.3 TS1M09.3 TS1M2
HP-UX IPF9.3 TS1M09.3 TS1M2
Linux9.3 TS1M09.3 TS1M2
Linux for x649.3 TS1M09.3 TS1M2
Solaris for x649.3 TS1M09.3 TS1M2
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.